Type alias: HTTPBatchStreamLinkOptions<TRoot>
HTTPBatchStreamLinkOptions: <
TRoot
>HTTPBatchLinkOptions
<TRoot
> & {textDecoder
:TextDecoderEsque
;}
HTTPBatchStreamLinkOptions.textDecoder
optional
textDecoder:TextDecoderEsque
Will default to the webAPI
TextDecoder
, but you can use this option if your client runtime doesn't provide it.
Type parameters
Parameter |
---|
TRoot extends AnyRootTypes |
Source
packages/client/dist/links/httpBatchStreamLink.d.ts:4
Generated using TypeDoc and typedoc-plugin-markdown